diff options
author | Brett Cannon <brettcannon@users.noreply.github.com> | 2018-04-20 21:15:40 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-20 21:15:40 (GMT) |
commit | a8c342465b977115b88a4f130833a2fd4c4e7356 (patch) | |
tree | 28c53bd4d0628931a6ac5cd705f24ae85e7305b3 /Mac/Makefile.in | |
parent | 61f82e0e337f971da57f8f513abfe693edf95aa5 (diff) | |
download | cpython-a8c342465b977115b88a4f130833a2fd4c4e7356.zip cpython-a8c342465b977115b88a4f130833a2fd4c4e7356.tar.gz cpython-a8c342465b977115b88a4f130833a2fd4c4e7356.tar.bz2 |
bpo-25427: Remove pyvenv (GH-5962)
Diffstat (limited to 'Mac/Makefile.in')
-rw-r--r-- | Mac/Makefile.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Mac/Makefile.in b/Mac/Makefile.in index 95fd4a2..0b32673 100644 --- a/Mac/Makefile.in +++ b/Mac/Makefile.in @@ -67,7 +67,6 @@ installunixtools: pydoc3 \ python3 \ python3-config \ - pyvenv \ ; \ do \ rm -f $${fn} ; \ @@ -118,7 +117,6 @@ altinstallunixtools: pydoc$(VERSION) \ python$(VERSION) \ python$(LDVERSION)-config \ - pyvenv-$(VERSION) \ ; \ do \ rm -f $${fn} ;\ |