Merge pull request #68486 from B4dM4n/django-doublewrap

django: don't wrap binary files twice
This commit is contained in:
Jörg Thalheim
2019-09-11 09:30:13 +01:00
committed by GitHub
3 changed files with 0 additions and 15 deletions

View File

@@ -21,11 +21,6 @@ buildPythonPackage rec {
})
];
# patch only $out/bin to avoid problems with starter templates (see #3134)
postFixup = ''
wrapPythonProgramsIn $out/bin "$out $pythonPath"
'';
propagatedBuildInputs = [ pytz ];
# too complicated to setup

View File

@@ -15,11 +15,6 @@ buildPythonPackage rec {
# too complicated to setup
doCheck = false;
# patch only $out/bin to avoid problems with starter templates (see #3134)
postFixup = ''
wrapPythonProgramsIn $out/bin "$out $pythonPath"
'';
meta = with stdenv.lib; {
description = "A high-level Python Web framework";
homepage = https://www.djangoproject.com/;

View File

@@ -24,11 +24,6 @@ buildPythonPackage rec {
})
];
# patch only $out/bin to avoid problems with starter templates (see #3134)
postFixup = ''
wrapPythonProgramsIn $out/bin "$out $pythonPath"
'';
propagatedBuildInputs = [ pytz ];
# too complicated to setup