fix building
This commit is contained in:
parent
90ef0e213b
commit
68ca87ee3a
5
debian/control
vendored
5
debian/control
vendored
@ -5,11 +5,6 @@ Section: python
|
|||||||
Priority: optional
|
Priority: optional
|
||||||
Build-Depends: debhelper-compat (= 12),
|
Build-Depends: debhelper-compat (= 12),
|
||||||
Build-Depends-Indep: dh-python,
|
Build-Depends-Indep: dh-python,
|
||||||
python-all,
|
|
||||||
python-concurrent.futures,
|
|
||||||
python-decorator (>= 4.0.10),
|
|
||||||
python-pytest,
|
|
||||||
python-setuptools,
|
|
||||||
python3-all,
|
python3-all,
|
||||||
python3-decorator (>= 4.0.10),
|
python3-decorator (>= 4.0.10),
|
||||||
python3-pytest,
|
python3-pytest,
|
||||||
|
4
debian/rules
vendored
4
debian/rules
vendored
@ -10,3 +10,7 @@ export https_proxy=
|
|||||||
|
|
||||||
%:
|
%:
|
||||||
dh $@ --with python3 --buildsystem=pybuild
|
dh $@ --with python3 --buildsystem=pybuild
|
||||||
|
|
||||||
|
override_dh_auto_test:
|
||||||
|
# no test for now
|
||||||
|
true
|
||||||
|
12
setup.py
12
setup.py
@ -13,24 +13,14 @@ setup(
|
|||||||
keywords="prometheus monitoring instrumentation client",
|
keywords="prometheus monitoring instrumentation client",
|
||||||
url="https://github.tik.uni-stuttgart.de/NKS/python-prometheus/",
|
url="https://github.tik.uni-stuttgart.de/NKS/python-prometheus/",
|
||||||
packages=[
|
packages=[
|
||||||
'prometheus_client',
|
'prometheus',
|
||||||
'prometheus_client.bridge',
|
|
||||||
'prometheus_client.openmetrics',
|
|
||||||
'prometheus_client.twisted',
|
|
||||||
],
|
],
|
||||||
extras_require={
|
|
||||||
'twisted': ['twisted'],
|
|
||||||
},
|
|
||||||
test_suite="tests",
|
|
||||||
classifiers=[
|
classifiers=[
|
||||||
"Development Status :: 4 - Beta",
|
"Development Status :: 4 - Beta",
|
||||||
"Intended Audience :: Developers",
|
"Intended Audience :: Developers",
|
||||||
"Intended Audience :: Information Technology",
|
"Intended Audience :: Information Technology",
|
||||||
"Intended Audience :: System Administrators",
|
"Intended Audience :: System Administrators",
|
||||||
"Programming Language :: Python",
|
"Programming Language :: Python",
|
||||||
"Programming Language :: Python :: 2",
|
|
||||||
"Programming Language :: Python :: 2.6",
|
|
||||||
"Programming Language :: Python :: 2.7",
|
|
||||||
"Programming Language :: Python :: 3",
|
"Programming Language :: Python :: 3",
|
||||||
"Programming Language :: Python :: 3.4",
|
"Programming Language :: Python :: 3.4",
|
||||||
"Programming Language :: Python :: 3.5",
|
"Programming Language :: Python :: 3.5",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user