Skip to content

Commit a611a2d

Browse files
glandiumindygreg
authored andcommitted
debian: remove python2 package
1 parent 36bd0f0 commit a611a2d

File tree

2 files changed

+1
-16
lines changed

2 files changed

+1
-16
lines changed

debian/control

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5,31 +5,16 @@ Priority: optional
55
Build-Depends:
66
debhelper (>= 7),
77
dh-python,
8-
python-all-dev,
98
python3-all-dev,
10-
python-hypothesis,
119
python3-hypothesis,
12-
python-pytest,
1310
python3-pytest,
14-
python-setuptools,
1511
python3-setuptools
1612
Standards-Version: 3.9.1
1713
X-Python3-Version: >= 3.5
1814
Homepage: https://github.com/indygreg/python-zstandard
1915
Vcs-Browser: https://github.com/indygreg/python-zstandard.git
2016
Vcs-Git: https://github.com/indygreg/python-zstandard.git
2117

22-
Package: python-zstandard
23-
Architecture: any
24-
Depends:
25-
${misc:Depends},
26-
${python:Depends},
27-
${shlibs:Depends}
28-
Provides:
29-
${python:Provides}
30-
Description: Zstandard bindings for Python
31-
Python bindings to zstandard compression library.
32-
3318
Package: python3-zstandard
3419
Architecture: any
3520
Depends:

debian/rules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ export PYBUILD_NAME=zstandard
66
export PYBUILD_TEST_ARGS=-I fuzzing
77

88
%:
9-
dh $@ --parallel --with python2,python3 --buildsystem=pybuild
9+
dh $@ --parallel --with python3 --buildsystem=pybuild

0 commit comments

Comments
 (0)