Skip to content

Commit

Permalink
security/zeronet: Limit to Python 2.7
Browse files Browse the repository at this point in the history
Zeronet doesn't support Python 3 [1]. Limit to compatible version(s) (2.7)
accordingly.

[1] HelloZeroNet/ZeroNet#149

PR:		220302
Reported by:	Peter Zuidema <peter icebear net>
Submitted by:	Yuri Victorovich <yuri rawbw com> (maintainer)
MFH:		2017Q3
  • Loading branch information
koobs committed Jul 3, 2017
1 parent 36caca5 commit a978a01
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion security/zeronet/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ SUB_FILES= zeronet-service zeronet-cmd pkg-message
SUB_LIST= LOCALBASE=${LOCALBASE} USER=${USER} GROUP=${GROUP}
PLIST_SUB= USER=${USER} GROUP=${GROUP}

USES= python
# ZeroNet hasn't been ported to Python 3 yet
# https://github.com/HelloZeroNet/ZeroNet/issues/149
USES= python:2.7
NO_ARCH= yes

OPTIONS_DEFINE= TOR DEBUG
Expand Down

0 comments on commit a978a01

Please sign in to comment.