Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Turris
reForis
Data Collection Plugin
Commits
613e8240
Verified
Commit
613e8240
authored
Mar 25, 2022
by
Aleksandr Gumroian
Browse files
Makefile: Remove obsolete setuptools version pin
parent
e96c68b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
613e8240
...
...
@@ -41,8 +41,6 @@ all:
venv
:
$(VENV_NAME)/bin/activate
$(VENV_NAME)/bin/activate
:
setup.py
test
-d
$(VENV_NAME)
||
$(PYTHON)
-m
virtualenv
-p
$(PYTHON)
$(VENV_NAME)
# Some problem in latest version of setuptools during extracting translations.
$(VENV_BIN)
/
$(PYTHON)
-m
pip
install
-U
pip
setuptools
==
39.1.0
$(VENV_BIN)
/
$(PYTHON)
-m
pip
install
-e
.[devel]
touch
$(VENV_NAME)
/bin/activate
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment