summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/tern/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/tern/default.nix')
-rw-r--r--pkgs/development/python-modules/tern/default.nix9
1 files changed, 1 insertions, 8 deletions
diff --git a/pkgs/development/python-modules/tern/default.nix b/pkgs/development/python-modules/tern/default.nix
index e00e06561f02..0468ee6f84b1 100644
--- a/pkgs/development/python-modules/tern/default.nix
+++ b/pkgs/development/python-modules/tern/default.nix
@@ -13,6 +13,7 @@
, prettytable
, idna
}:
+
buildPythonPackage rec {
pname = "tern";
version = "2.6.1";
@@ -22,14 +23,6 @@ buildPythonPackage rec {
sha256 = "749c18ef493ebe3ac28624b2b26c6e38f77de2afd6a6579d2c92393d8fbdbd46";
};
- patches = [
- # debut was renamed to debian-inspector
- # https://github.com/tern-tools/tern/pull/962
- # NOTE: Has to be in-tree because the upstream patch doesn't apply cleanly
- # to the PyPi source.
- ./0001-Replace-debut-with-debian-inspector.patch
- ];
-
preBuild = ''
cp requirements.{in,txt}
'';