File tree Expand file tree Collapse file tree 2 files changed +1
-16
lines changed Expand file tree Collapse file tree 2 files changed +1
-16
lines changed Original file line number Diff line number Diff line change @@ -5,31 +5,16 @@ Priority: optional
5
5
Build-Depends:
6
6
debhelper (>= 7),
7
7
dh-python,
8
- python-all-dev,
9
8
python3-all-dev,
10
- python-hypothesis,
11
9
python3-hypothesis,
12
- python-pytest,
13
10
python3-pytest,
14
- python-setuptools,
15
11
python3-setuptools
16
12
Standards-Version: 3.9.1
17
13
X-Python3-Version: >= 3.5
18
14
Homepage: https://github.com/indygreg/python-zstandard
19
15
Vcs-Browser: https://github.com/indygreg/python-zstandard.git
20
16
Vcs-Git: https://github.com/indygreg/python-zstandard.git
21
17
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
-
33
18
Package: python3-zstandard
34
19
Architecture: any
35
20
Depends:
Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ export PYBUILD_NAME=zstandard
6
6
export PYBUILD_TEST_ARGS =-I fuzzing
7
7
8
8
% :
9
- dh $@ --parallel --with python2, python3 --buildsystem=pybuild
9
+ dh $@ --parallel --with python3 --buildsystem=pybuild
You can’t perform that action at this time.
0 commit comments