mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
Merge branch 'issue-5367b' of github.com:pypa/pipenv into issue-5367b
This commit is contained in:
+3
-1
@@ -557,7 +557,9 @@ class Project:
|
||||
lock_section = lockfile.get(section, {})
|
||||
for key in list(lock_section.keys()):
|
||||
norm_key = pep423_name(key)
|
||||
lockfile[section][norm_key] = lock_section.pop(key)
|
||||
specifier = lock_section[key]
|
||||
del lock_section[key]
|
||||
lockfile[section][norm_key] = specifier
|
||||
|
||||
return lockfile._data
|
||||
|
||||
|
||||
Reference in New Issue
Block a user