diff options
| author | Palica <palica+gitlab@liguros.net> | 2020-06-23 22:35:08 +0200 |
|---|---|---|
| committer | Palica <palica+gitlab@liguros.net> | 2020-06-23 22:35:08 +0200 |
| commit | ecdac123787b96ce6649f0f91da12ea6458cc2b1 (patch) | |
| tree | b89c74d9e6fe6e8aebc4c77bcbeb4ab73214127d /dev-python/blurb/files/blurb-setuptools.patch | |
| parent | 1be72aa41cf41dedadeecf59dca9f01de6381f5e (diff) | |
| download | baldeagleos-repo-ecdac123787b96ce6649f0f91da12ea6458cc2b1.tar.gz baldeagleos-repo-ecdac123787b96ce6649f0f91da12ea6458cc2b1.tar.xz baldeagleos-repo-ecdac123787b96ce6649f0f91da12ea6458cc2b1.zip | |
Updating liguros repo
Diffstat (limited to 'dev-python/blurb/files/blurb-setuptools.patch')
| -rw-r--r-- | dev-python/blurb/files/blurb-setuptools.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/dev-python/blurb/files/blurb-setuptools.patch b/dev-python/blurb/files/blurb-setuptools.patch new file mode 100644 index 000000000000..4845af98285a --- /dev/null +++ b/dev-python/blurb/files/blurb-setuptools.patch @@ -0,0 +1,14 @@ +diff -u blurb-1.0.7.orig/setup.py blurb-1.0.7/setup.py +--- blurb-1.0.7.orig/setup.py 1969-12-31 16:00:00.000000000 -0800 ++++ blurb-1.0.7/setup.py 2018-11-05 14:58:55.148518033 -0800 +@@ -1,7 +1,7 @@ + #!/usr/bin/env python + # setup.py generated by flit for tools that don't yet use PEP 517 + +-from distutils.core import setup ++from setuptools import setup + + entry_points = \ + {'console_scripts': ['blurb = blurb:main']} +Only in blurb-1.0.7: .setup.py.un~ +Common subdirectories: blurb-1.0.7.orig/tests and blurb-1.0.7/tests |
