python.pkgs.3to2: remove alias
This commit is contained in:
parent
8c57113e14
commit
79c0d1a908
@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
|
||||
fontforge
|
||||
(pythonFull.withPackages (ps: [
|
||||
ps.jinja2
|
||||
ps."3to2"
|
||||
ps.py3to2
|
||||
ps.fonttools
|
||||
]))
|
||||
];
|
||||
|
@ -143,8 +143,6 @@ in {
|
||||
acoustics = callPackage ../development/python-modules/acoustics { };
|
||||
|
||||
py3to2 = callPackage ../development/python-modules/3to2 { };
|
||||
# Left for backwards compatibility
|
||||
"3to2" = self.py3to2;
|
||||
|
||||
absl-py = callPackage ../development/python-modules/absl-py { };
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user