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
python3: enforce version assignment
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
lilik-openwrt-22.03
Alexandru Ardelean
10 years ago
parent
9500f50f2b
commit
dee4a69cea
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
lang/python3/files/python3-package.mk
+ 2
- 2
lang/python3/files/python3-package.mk
View File
@ -5,8 +5,8 @@
# See /LICENSE for more information.
#
PYTHON_VERSION
=
3.4
PYTHON_VERSION_MICRO
=
1
PYTHON_VERSION
:
=
3.4
PYTHON_VERSION_MICRO
:
=
1
PYTHON_DIR
:=
$(
STAGING_DIR
)
/usr
PYTHON_BIN_DIR
:=
$(
PYTHON_DIR
)
/bin
Write
Preview
Loading…
Cancel
Save