Skip to content

Commit

Permalink
Another fix for using zhmcclient 1.9.0
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Maier <maiera@de.ibm.com>
  • Loading branch information
andy-maier committed Jul 14, 2023
1 parent cc39e4a commit 2c0af39
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -237,9 +237,8 @@ ifeq ($(python_m_version),2)
@echo "Makefile: Warning: Skipping the checking of missing dependencies on Python $(python_version)" >&2
else
@echo "Makefile: Checking missing dependencies of this package"
# TODO: Enable again once zhmcclient 1.9.0 is released
# pip-missing-reqs $(package_name) --requirements-file=requirements.txt
# pip-missing-reqs $(package_name) --requirements-file=minimum-constraints.txt
pip-missing-reqs $(package_name) --requirements-file=requirements.txt
pip-missing-reqs $(package_name) --requirements-file=minimum-constraints.txt
@echo "Makefile: Done checking missing dependencies of this package"
ifeq ($(PLATFORM),Windows_native)
# Reason for skipping on Windows is https://github.com/r1chardj0n3s/pip-check-reqs/issues/67
Expand Down Expand Up @@ -374,7 +373,6 @@ $(bdist_file) $(sdist_file): _check_version develop_$(pymn).done Makefile MANIFE
docker_$(pymn).done: develop_$(pymn).done Dockerfile .dockerignore Makefile MANIFEST.in $(dist_included_files)
@echo "Makefile: Building Docker image $(docker_registry):latest"
-$(call RM_FUNC,$@)
# TODO: Enable again once zhmcclient 1.9.0 is released
# docker build -t $(docker_registry):latest .
docker build -t $(docker_registry):latest .
@echo "Makefile: Done building Docker image"
echo "done" >$@

0 comments on commit 2c0af39

Please sign in to comment.