question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Create own debian package with version 3.44.0 of python-dependency-injector

See original GitHub issue

Hello everyone, my name is Max and my profession is DevOps. Our company are working with some software that requires python-dependency-injector as a dependency. We need to build this dependency from source and use the package because it is a security requirement. But I haven’t find any debian repo with instructions and directory “debian” in https://salsa.debian.org/public or in this repository. I have built project myself, but when I install him I have some errors:

Настраивается пакет python-dependency-injector (3.44.0-1) …
  File "/usr/lib/python2.7/dist-packages/dependency_injector/ext/aiohttp.py", line 34
    async def _view(request, *args, **kwargs):
        ^
SyntaxError: invalid syntax

  File "/usr/lib/python2.7/dist-packages/dependency_injector/types.py", line 17
    def __call__(self, *args: Injection, **kwargs: Injection) -> T: ...
                            ^
SyntaxError: invalid syntax

dpkg: ошибка при обработке пакета python-dependency-injector (--install):

Maybe you can help fix this error or give me your debian.orig.tar with 3.44.0 version ?

Issue Analytics

  • State:open
  • Created 3 years ago
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
rmk135commented, Mar 15, 2021

@maxlavr I’m a bit overwhelmed with other project, will get back in a day or two.

0reactions
rmk135commented, Mar 23, 2021

First of all I need from you only your consent or lack thereof)))

Yep, you got it 😃

I can prepare a source package with edited build instructions, send you a link for revision, and give you the opportunity to comment on them. If everything works out with this version and everything suits you, I would help you put together a package with the current version

Sounds good.

PS. my team of developers have checked package I’ve built and it’s work properly!

Wonderful. Great news!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Chapter 6. Building the package - Debian
This will do everything to make full binary and source packages for you. It will: clean the source tree ( debian/rules clean )....
Read more >
Creating and hosting your own deb packages and apt repo
Step 1: Creating a deb Package · package-name is the name of our package, hello-world in our case, · version is the version...
Read more >
Building binary deb packages: a practical guide
In this quick tutorial I want to show you how to generate a deb package from ... Package: hello Version: 1.0 Architecture: arm64...
Read more >
Install Elasticsearch with Debian Package
Start a 30-day trial to try out all of the features. The latest stable version of Elasticsearch can be found on the Download...
Read more >
deb - Debian package format — fpm
Let's create a Debian package of Hashicorp's Terraform. ... -n terraform names the package “terraform”; -v 1.0.10 sets the package version.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found