Merge pull request #17940 from TDT-AG/pr/20220225-mwan3
[feed/packages.git] / lang / python / python-jsonschema / patches / 001-setup.patch
1 --- /dev/null
2 +++ b/setup.py
3 @@ -0,0 +1,2 @@
4 +from setuptools import setup
5 +setup(use_scm_version=True)