summaryrefslogtreecommitdiff
path: root/net-proxy/sshuttle
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-06-16 21:23:20 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-06-16 21:23:20 +0100
commitfab849d1daed0ba7f2ac497d07985c3dbb692543 (patch)
tree10baa743a5340b42ad538dd19d48669ccac209b1 /net-proxy/sshuttle
parent73c318acdaf6f8309d68bd266051e6dd1f1bd787 (diff)
gentoo resync : 16.06.2019
Diffstat (limited to 'net-proxy/sshuttle')
-rw-r--r--net-proxy/sshuttle/Manifest2
-rw-r--r--net-proxy/sshuttle/sshuttle-0.78.5.ebuild3
2 files changed, 4 insertions, 1 deletions
diff --git a/net-proxy/sshuttle/Manifest b/net-proxy/sshuttle/Manifest
index fd27d334af1b..eca1f7322431 100644
--- a/net-proxy/sshuttle/Manifest
+++ b/net-proxy/sshuttle/Manifest
@@ -1,3 +1,3 @@
DIST sshuttle-0.78.5.tar.gz 74663 BLAKE2B 47e295219c1ada7bee4f0340cc169620c5b91abd1f72b933289ef2dea0c5ba088673f2d1348d444f662e9f6c2638ee6dfd3e8df1fa8344bc7c48adf1a3a96d3f SHA512 562acbf0e825ad41458c5b6065592a45b8bac92cd64b20619027fe4d0bec60a22c5191c7a7ed6b216d8cf5c9e027f58a6cdca69dd3a11ec6f6d348ef2f13bb38
-EBUILD sshuttle-0.78.5.ebuild 1264 BLAKE2B f96875c9f6871f39d622c11039d7876df92511faa57f63163af2151a19edeca0d1a3e46fcc9552034e85a4cd5c2ad80471d1e5358ae5267f4647d56490653b13 SHA512 a8a1344c5368ce411eb58df89f059f5874ead0109bbb3ee46c4c520f8fcb0a3e2522560bc8dcb988d4b3f1189be75968d0bae4b3524d15e3d667dea1429ba733
+EBUILD sshuttle-0.78.5.ebuild 1357 BLAKE2B 4cf37bb12c18fb45a078be0150f32548d21836e13217af6eeffe1b3fabd1aab80dbb760f6fbe975f5834ab2463680e6b0f4c7500d02359772acecd236176d81f SHA512 9836d65dbd4d9cde6d98e258914a54fbf70e25622a7f32f659385c5eafb67605e35655150ecd844a6be6611c2b30977d89775944cff963abaf604d0a177e922b
MISC metadata.xml 386 BLAKE2B 5a94094f59d57f94569067c3ef424b46cec97b8c6f552422ca4b5baa910f9b5f547215c49647f8e2b4ab7f008abc57e4fc407f38f8fab252d17dfb072993a496 SHA512 988f65a4a15eac0630b83d0e090749c12ef58ca1284ed94f45f6eb9c4a5ff0678a481519f435a992f572b98a8878fbfeb7bf573443c128cd29e5c365a8eb2e32
diff --git a/net-proxy/sshuttle/sshuttle-0.78.5.ebuild b/net-proxy/sshuttle/sshuttle-0.78.5.ebuild
index 5d058b48df7e..a324fa29d3a1 100644
--- a/net-proxy/sshuttle/sshuttle-0.78.5.ebuild
+++ b/net-proxy/sshuttle/sshuttle-0.78.5.ebuild
@@ -35,6 +35,9 @@ python_prepare_all() {
# don't run tests via setup.py pytest
sed -i "/setup_requires=/s/'pytest-runner'//" setup.py || die
+ # don't require pytest-cov when running tests
+ sed -i "s/^addopts =/#\0/" setup.cfg || die
+
distutils-r1_python_prepare_all
}