File tree 1 file changed +2
-2
lines changed
pkgs/development/tools/build-managers/pants
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ with pythonPackages;
5
5
6
6
let
7
7
# Get rid of this when pants 1.3.0 is released and make 0.5 the default
8
- pathspec = buildPythonApplication rec {
8
+ pathspec_0_3_4 = buildPythonApplication rec {
9
9
pname = "pathspec" ;
10
10
version = "0.3.4" ;
11
11
name = "${ pname } -${ version } " ;
44
44
45
45
propagatedBuildInputs = [
46
46
ansicolors beautifulsoup4 cffi coverage docutils fasteners futures
47
- isort lmdb markdown mock packaging pathspec pep8 pex psutil pyflakes
47
+ isort lmdb markdown mock packaging pathspec_0_3_4 pep8 pex psutil pyflakes
48
48
pygments pystache pytestcov pytest pywatchman requests scandir
49
49
setproctitle setuptools six thrift wheel twitter-common-dirutil
50
50
twitter-common-confluence twitter-common-collections
You can’t perform that action at this time.
0 commit comments