This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
python: enforce version assignment
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
lilik-openwrt-22.03
Alexandru Ardelean
10 years ago
parent
3ad7208ba6
commit
b49c17d6c7
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
lang/python/files/python-package.mk
+ 2
- 2
lang/python/files/python-package.mk
View File
@ -5,8 +5,8 @@
# See /LICENSE for more information.
#
PYTHON_VERSION
=
2.7
PYTHON_VERSION_MICRO
=
3
PYTHON_VERSION
:
=
2.7
PYTHON_VERSION_MICRO
:
=
3
PYTHON_DIR
:=
$(
STAGING_DIR
)
/usr
PYTHON_BIN_DIR
:=
$(
PYTHON_DIR
)
/bin
Write
Preview
Loading…
Cancel
Save