This website works better with JavaScript.
Home
Explore
Help
Sign In
damien
/
slackbuilds
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
d/Django: Remove Python2 support.
current-20200608
Damien Goutte-Gattat
7 months ago
parent
bad2176d89
commit
087d9c25cf
1 changed files
with
0 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-4
d/Django/Django.SlackBuild
+ 0
- 4
d/Django/Django.SlackBuild
View File
@ -71,10 +71,6 @@ cd $TMP
echo "Building $ARCHIVE..."
tar xf $CWD/$ARCHIVE
cd $NAME
python2 setup.py build
python2 setup.py install --root=$PKG
# And now for Python 3
python3 setup.py build
python3 setup.py install --root=$PKG
Write
Preview
Loading…
Cancel
Save