mirror of
https://github.com/ansible/awx.git
synced 2026-02-20 20:50:06 -03:30
Transition from setup.py to setup.cfg
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
tasks:
|
||||
- name: Get version from SCM if not explicitly provided
|
||||
shell: |
|
||||
python setup.py --version | cut -d + -f -1
|
||||
python3 -m setuptools_scm | cut -d + -f -1
|
||||
args:
|
||||
chdir: '../../'
|
||||
register: setup_py_version
|
||||
|
||||
@@ -43,7 +43,7 @@ RUN dnf -y update && dnf install -y 'dnf-command(config-manager)' && \
|
||||
xmlsec1-devel \
|
||||
xmlsec1-openssl-devel
|
||||
|
||||
RUN pip3 install virtualenv
|
||||
RUN pip3 install virtualenv setuptools_scm build
|
||||
|
||||
|
||||
# Install & build requirements
|
||||
|
||||
Reference in New Issue
Block a user