summaryrefslogtreecommitdiff
path: root/debian/patches/drop-setuptools_scm_git_archive-from-setup.py.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/drop-setuptools_scm_git_archive-from-setup.py.patch')
-rw-r--r--debian/patches/drop-setuptools_scm_git_archive-from-setup.py.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/debian/patches/drop-setuptools_scm_git_archive-from-setup.py.patch b/debian/patches/drop-setuptools_scm_git_archive-from-setup.py.patch
deleted file mode 100644
index 9349e43..0000000
--- a/debian/patches/drop-setuptools_scm_git_archive-from-setup.py.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-From: Sean Whitton <spwhitton@spwhitton.name>
-Date: Wed, 10 Oct 2018 08:17:05 -0700
-Subject: drop setuptools_scm_git_archive from setup.py
-
-Pending resolution of #910742.
----
- setup.py | 1 -
- 1 file changed, 1 deletion(-)
-
---- a/setup.py
-+++ b/setup.py
-@@ -134,7 +134,6 @@ setup(
- setup_requires=[
- 'pytest-runner',
- 'setuptools_scm',
-- 'setuptools_scm_git_archive',
- 'pybind11 >= 2.2.4, < 3'
- ],
- use_scm_version=True,